ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / AlternatingRowStep Property






In This Topic
    AlternatingRowStep Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines the number of regular rows between 'alternating' rows.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Overridable Property AlternatingRowStep As System.Integer
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Integer
     
    instance.AlternatingRowStep = value
     
    value = instance.AlternatingRowStep
    [System.ComponentModel.DefaultValue(1)]
    public virtual System.int AlternatingRowStep {get; set;}
    public read-write property AlternatingRowStep: System.Integer; virtual; 
    System.ComponentModel.DefaultValueAttribute(1)
    public function get,set AlternatingRowStep : System.int
    [System.ComponentModel.DefaultValue(1)]
    public: __property virtual System.int get_AlternatingRowStep();
    public: __property virtual void set_AlternatingRowStep( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(1)]
    public:
    virtual property System.int AlternatingRowStep {
       System.int get();
       void set (    System.int value);
    }
    See Also